[2]:
import geopandas as gpd
sources = gpd.read_file("source/_static/data/sources.zip", layer="sources")
source_map = sources.explore(color="green", tooltip="source")
source_map
C:\ProgramData\Anaconda3\envs\nrn-rrn\lib\site-packages\geopandas\geodataframe.py:600: RuntimeWarning: Sequential read of iterator was interrupted. Resetting iterator. This can negatively impact the performance.
for feature in features_lst:
[2]:
Make this Notebook Trusted to load map: File -> Trust Notebook